|
| | camera = Camera(config.gaze_estimator.camera_params) |
| |
|
| list | EYE_KEYS = [FacePartsName.REYE, FacePartsName.LEYE] |
| |
Definición en la línea 17 del archivo gaze_estimator.py.
◆ __init__()
| pygaze.gaze_estimator.GazeEstimator.__init__ |
( |
| self, |
|
|
DictConfig | config ) |
◆ _load_model()
| torch.nn.Module pygaze.gaze_estimator.GazeEstimator._load_model |
( |
| self | ) |
|
|
protected |
◆ _run_ethxgaze_model()
| None pygaze.gaze_estimator.GazeEstimator._run_ethxgaze_model |
( |
| self, |
|
|
Face | face ) |
|
protected |
◆ detect_faces()
| List[Face] pygaze.gaze_estimator.GazeEstimator.detect_faces |
( |
| self, |
|
|
np.ndarray | image ) |
◆ estimate_gaze()
| None pygaze.gaze_estimator.GazeEstimator.estimate_gaze |
( |
| self, |
|
|
np.ndarray | image, |
|
|
Face | face ) |
◆ _config
| pygaze.gaze_estimator.GazeEstimator._config = config |
|
protected |
◆ _face_model3d
| pygaze.gaze_estimator.GazeEstimator._face_model3d = FaceModelMediaPipe() |
|
protected |
◆ _gaze_estimation_model
| torch.nn.Module pygaze.gaze_estimator.GazeEstimator._gaze_estimation_model = self._load_model() |
|
protected |
◆ _head_pose_normalizer
| pygaze.gaze_estimator.GazeEstimator._head_pose_normalizer |
|
protected |
Valor inicial:= HeadPoseNormalizer(
self.camera, self._normalized_camera,
self._config.gaze_estimator.normalized_camera_distance)
Definición en la línea 29 del archivo gaze_estimator.py.
◆ _landmark_estimator
| pygaze.gaze_estimator.GazeEstimator._landmark_estimator = LandmarkEstimator(config) |
|
protected |
◆ _normalized_camera
| pygaze.gaze_estimator.GazeEstimator._normalized_camera = Camera(config.gaze_estimator.normalized_camera_params) |
|
protected |
◆ _transform
| pygaze.gaze_estimator.GazeEstimator._transform = create_transform(config) |
|
protected |
◆ camera
| pygaze.gaze_estimator.GazeEstimator.camera = Camera(config.gaze_estimator.camera_params) |
◆ EYE_KEYS
| list pygaze.gaze_estimator.GazeEstimator.EYE_KEYS = [FacePartsName.REYE, FacePartsName.LEYE] |
|
static |
La documentación de esta clase está generada del siguiente archivo: